home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Vollversion / CamD / development / examples / capture / capture_text.h < prev    next >
Text File  |  2000-05-15  |  581b  |  16 lines

  1.  
  2. /* User text header file */
  3.  
  4. #define TEXT_OK    "OK"
  5. #define TEXT_ERROR    "Error"
  6. #define TEXT_ABORT    "Abort"
  7. #define TEXT_NORELEASE2    "Requires 2.0 or higher"
  8. #define TEXT_NOLIBRARY    "Error opening library\n%s"    /* Contains %s for library name */
  9. #define TEXT_NOMEMORY    "Out of memory"
  10. #define TEXT_NOMSGPORT    "Error creating\nmessage port"
  11. #define TEXT_NOFONT    "Error opening font\n%s %ld"    /* Contains %s and %d for font name and size */
  12. #define TEXT_NOFILEREQ    "Error opening\nasl file requester"
  13. #define TEXT_NOSCREEN    "Error opening\nscreen"
  14. #define TEXT_NOWINDOW    "Error opening\nwindow"
  15.  
  16.